home *** CD-ROM | disk | FTP | other *** search
/ Delphi 2.0 - Programmer's Utilities Power Pack / Delphi 2.0 Programmer's Utilities Power Pack.iso / s_to_z / tpack / working.dfm / working.txt
Encoding:
Text File  |  1996-09-15  |  1.7 KB  |  56 lines

  1. object WorkingForm: TWorkingForm
  2.   Left = 234
  3.   Top = 257
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'WORKING'
  7.   ClientHeight = 70
  8.   ClientWidth = 197
  9.   Font.Color = clWindowText
  10.   Font.Height = -14
  11.   Font.Name = 'System'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   PixelsPerInch = 96
  15.   OnClose = FormClose
  16.   OnCloseQuery = FormCloseQuery
  17.   TextHeight = 16
  18.   object StopLabel: TLabel
  19.     Left = 0
  20.     Top = 0
  21.     Width = 197
  22.     Height = 19
  23.     Align = alTop
  24.     Alignment = taCenter
  25.     Caption = 'Click Button to Stop'
  26.     Font.Color = clBlack
  27.     Font.Height = -16
  28.     Font.Name = 'Times New Roman'
  29.     Font.Style = [fsBold]
  30.     ParentFont = False
  31.   end
  32.   object StopButton: TBitBtn
  33.     Left = 52
  34.     Top = 30
  35.     Width = 89
  36.     Height = 35
  37.     Caption = 'STOP'
  38.     TabOrder = 0
  39.     OnClick = StopButtonClick
  40.     Glyph.Data = {
  41.       76010000424D7601000000000000760000002800000020000000100000000100
  42.       04000000000000010000130B0000130B00000000000000000000000000000000
  43.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  44.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  45.       3333333333FFFFF3333333333999993333333333F77777FFF333333999999999
  46.       33333337777FF377FF3333993370739993333377FF373F377FF3399993000339
  47.       993337777F777F3377F3393999707333993337F77737333337FF993399933333
  48.       399377F3777FF333377F993339903333399377F33737FF33377F993333707333
  49.       399377F333377FF3377F993333101933399377F333777FFF377F993333000993
  50.       399377FF3377737FF7733993330009993933373FF3777377F7F3399933000399
  51.       99333773FF777F777733339993707339933333773FF7FFF77333333999999999
  52.       3333333777333777333333333999993333333333377777333333}
  53.     NumGlyphs = 2
  54.   end
  55. end
  56.